Constructing Confidence Intervals - Reference Guide
Quick Reference Table
Type |
Formula |
Critical Value |
Conditions |
Mean |
|
(df = ) |
or normal |
Proportion |
|
|
and |
Difference in Means |
|
(df = min) |
Independent groups |
Difference in Proportions |
|
|
Independent groups, both satisfy conditions |
Follow these key steps when constructing confidence intervals:
1. Identify what you're estimating
Parameter |
Symbol |
Use Case |
Example |
Population Mean |
|
Quantitative variables |
Height, weight, scores |
Population Proportion |
|
Categorical variables |
Success/failure, yes/no |
Difference in Parameters |
or |
Group comparisons |
Treatment vs. control |
2. Check appropriate conditions
For Means
Condition |
Requirement |
Notes |
Sample Type |
Random sample |
Essential for inference |
Sample Size |
|
Unless population normal |
Distribution |
Normal if |
Check with Q-Q plot |
For Proportions
Condition |
Requirement |
Notes |
Sample Type |
Random sample |
Essential for inference |
Success |
|
Must check BEFORE proceeding |
Failure |
|
Must check BEFORE proceeding |
For Differences
Condition |
Requirement |
Notes |
Independence |
Groups must be independent |
No overlap between groups |
Individual Means |
Each group meets mean conditions |
Size and normality |
Individual Props |
Each group meets proportion conditions |
Success and failure conditions |
Degrees of Freedom |
Use df = min for difference in means |
Conservative approach |
Find formula of standard error here: standard error
For any parameter :
Parameter Type |
Point Estimate |
Critical Value |
Standard Error |
Mean |
|
|
|
Proportion |
|
|
|
Difference in Means |
|
|
|
Difference in Proportions |
|
|
|
4. Find critical value
Confidence Level |
Value |
Use For |
90% |
1.645 |
Proportions |
95% |
1.96 |
Proportions |
99% |
2.576 |
Proportions |
Any |
|
Means (check df) |
5. Calculate margin of error
Component |
Formula |
Notes |
Margin of Error |
Critical value × Standard Error |
Use appropriate standard error |
Standard Error |
From formula Standard error |
Depends on parameter type |
|
|
|
6. Construct interval
Component |
Formula |
Example |
Lower Bound |
Point estimate - Margin of Error |
|
Upper Bound |
Point estimate + Margin of Error |
|
7. Interpret result
Template:
"We are [confidence level]% confident that the true [parameter] lies between [lower bound] and [upper bound]."
Component |
Example |
Notes |
Confidence Level |
95% |
Most common choice |
Parameter |
population mean |
Be specific about what you measured |
Bounds |
Numerical values from calculation |
Round appropriately |